input
{
padding: 10px 30px;
background: blue;
color: white;
}
 
input:hover
{
background: red;
}